home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / help.dir / 00145.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  149 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite 34 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   delay(1 * 60)
  8.   set the visible of sprite 34 to 0
  9.   go("P6F")
  10. end
  11.